Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1NumericBox<TNumeric> Class / Min Property

In This Topic
    Min Property (C1NumericBox<TNumeric>)
    In This Topic
    Minimum of value.
    Syntax
    'Declaration
     
    
    Public Property Min As Nullable(Of Double)
    public Nullable<double> Min {get; set;}
    See Also